shithub: mc

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

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