shithub: mc

ref: 906384e5b4f4d1dfbf045184717668fe99610d53
dir: /test/sizeof.myr/

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