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