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