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