shithub: mc

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

View raw version
use std

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