shithub: mc

ref: 894bed9a153ab56763627975f9e109281bec297b
dir: /test/sizeof.myr/

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