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