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