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