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