shithub: mc

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

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