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