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