shithub: mc

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

View raw version
use std

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