shithub: mc

ref: 08abb553ff8277ca156923043c82fc81377ac084
dir: /test/badop.myr/

View raw version
use std

const main = {
	var x
	x = "a" + "b"
}