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