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