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