shithub: mc

ref: 217a65d3c047bcdec44155f2688e3b1bdfd2414f
dir: /test/badop.myr/

View raw version
use std

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