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