shithub: mc

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

View raw version
use std

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