shithub: mc

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

View raw version
use std

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