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