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