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