shithub: mc

ref: 90c065621cb9245e996dd379270ffa7c277d13db
dir: /test/sizeof.myr/

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