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