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