shithub: mc

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

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