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