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