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