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