shithub: mc

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

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