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