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