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