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