ref: 85f16daa8d4d8b344fc9f2ae3c633b994eda3ae8 dir: /test/bsr.myr/
use std /* should exit with status 5 */ const main = { var a = 42 std.exit(a >> 3) }