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