shithub: mc

ref: 58d89cfed95d30bcd7fdfed4973237121803ad70
dir: /test/sizeof.myr/

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