shithub: mc

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

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