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