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