shithub: mc

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

View raw version
use std

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