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