shithub: mc

ref: 7ef923fc9dfde99b672009f84340f5f398b96a80
dir: /test/badop.myr/

View raw version
use std

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