shithub: mc

ref: 073546effee37340cd682778536bb84a77110cad
dir: /test/badop.myr/

View raw version
use std

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