shithub: mc

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

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