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