shithub: mc

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

View raw version
use std

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