shithub: mc

ref: 4ea133ddac02791432ad26864fbdad4f1d49120f
dir: /test/badop.myr/

View raw version
use std

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