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