shithub: mc

ref: 0c454eb69e126d7180b0a05598de1fac65dc3fd3
dir: /test/badop.myr/

View raw version
use std

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