shithub: mc

ref: 29ce560862d68477b95bc6d1898facadc5421ffa
dir: /test/bsr.myr/

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