shithub: mc

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

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