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