shithub: mc

ref: 45f3240f3c65cef689f691bfac7be182aed9e2c2
dir: /test/sizeof.myr/

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