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