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