shithub: mc

ref: 4ad286b90958398e90a094ea0c21f317a73c1434
dir: /test/sizeof.myr/

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