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