shithub: mc

ref: 42230832997d2092cad72a775e738ab2d50df1dc
dir: /test/sizeof.myr/

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