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