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