shithub: mc

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

View raw version
use std

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