shithub: mc

ref: 4931139165780ca410fe5ab41cac6d1af0af059e
dir: /test/bsr.myr/

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