shithub: mc

ref: 217a65d3c047bcdec44155f2688e3b1bdfd2414f
dir: /test/sizeof.myr/

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