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