shithub: mc

ref: 15ca5452fb19136fbcd6cddeefb6cafdfc2888b3
dir: /test/bsr.myr/

View raw version
/* should exit with status 5 */
const main = {
	var a = 42
	-> a >> 3
}