shithub: mc

ref: 026a628d0ebce3d347322d629031d0fdc93308bf
dir: /test/sizeof.myr/

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