shithub: mc

ref: 36588445c514f650c6260480b582b1da721018c2
dir: /test/sizeof.myr/

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