shithub: mc

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

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