shithub: mc

ref: 6667651f72614dc2488e352d21403697b33504aa
dir: /test/badop.myr/

View raw version
use std

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