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