shithub: mc

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

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