shithub: mc

ref: 927294f0ffc7029440111a48200aa2d476545650
dir: /test/badop.myr/

View raw version
use std

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