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