shithub: mc

ref: 357f87c1117edfdf77411781ebfae221a406c454
dir: /test/sizeof.myr/

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