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