shithub: mc

ref: 473ce973528106273540303dc11f4726ee870c3c
dir: /test/sizeof.myr/

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