shithub: mc

ref: 79bd9957c85b57f31089719c9715e66e99296bbc
dir: /test/badop.myr/

View raw version
use std

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