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