shithub: mc

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

View raw version
use std

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