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