shithub: mc

ref: 093dd263b29bd0014d4869d7bca8520cc382952e
dir: /test/sizeof.myr/

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