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