shithub: mc

ref: ea067be32dd52602d1f36051e51baefe01135aa3
dir: /test/badop.myr/

View raw version
use std

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