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