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