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