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