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