shithub: mc

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

View raw version
use std

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