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