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