shithub: mc

ref: 0b561ccda3352aa132a5809b73de295ff37bc979
dir: /test/sizeof.myr/

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