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