shithub: mc

ref: 8c020dc669d3ab38062110ee60886bfee8958045
dir: /test/badop.myr/

View raw version
use std

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