shithub: mc

ref: 2ddd271457de28b6052974db29927102f90201a2
dir: /test/sizeof.myr/

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