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