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