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