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