shithub: mc

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

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