shithub: mc

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

View raw version
use std

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