shithub: mc

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

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