shithub: mc

ref: b7cd6588a862680434445e53f27125e43d76a4af
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}