shithub: mc

ref: 32ecc42187183555c3829d26e3a0384133f0505b
dir: /test/sizeof.myr/

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