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