shithub: mc

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

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