shithub: mc

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

View raw version
use std

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