shithub: mc

ref: 3f65d0e80c706fb06d946512d69421209071694e
dir: /test/badop.myr/

View raw version
use std

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