shithub: mc

ref: b778de26a0bcc80aa49f111b8333511511073634
dir: /test/sizeof.myr/

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