shithub: mc

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

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