shithub: mc

ref: f4a4987fb85dc9ea146146068734988bb046a3ab
dir: /test/bsr.myr/

View raw version
use std
/* should exit with status 5 */
const main = {
	var a = 42
	std.exit(a >> 3)
}