shithub: mc

ref: 885ddee11e81c48af3ddf43f4682aad5ab729e7a
dir: /test/badop.myr/

View raw version
use std

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