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