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