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