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