shithub: mc

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

View raw version
use std

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