shithub: mc

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

View raw version
use std

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