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