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