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