shithub: mc

ref: 9afc669ebe308816f556c87355276ba1b2ec6665
dir: /test/sizeof.myr/

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