shithub: mc

ref: 38fbec291e5dc24213f5111e9523b35701500189
dir: /test/sizeof.myr/

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