shithub: mc

ref: 2c911dc66fe609309ca666da961ca3e78c0379d0
dir: /test/sizeof.myr/

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