shithub: mc

ref: 026ccbd147926e470ff77a5f1bc613dad7017799
dir: /test/sizeof.myr/

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