shithub: mc

ref: 5341650a679df5560143a08abecb546b07448c4e
dir: /test/bsr.myr/

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