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