shithub: mc

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

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