shithub: mc

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

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