shithub: mc

ref: 71825983b463d8b86c904bb76db0218b1a621bf4
dir: /test/badop.myr/

View raw version
use std

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