shithub: mc

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

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