shithub: mc

ref: 3942d40cb5532fe51ac97e5a15610d20a0691fa3
dir: /test/badop.myr/

View raw version
use std

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