ref: eed72af62209c958db8cfd6af207cccd9f2daa18 dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }