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