shithub: mc

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

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