shithub: mc

ref: 042899b8725429043304247c297d0344cffe4780
dir: /test/badop.myr/

View raw version
use std

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