shithub: mc

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

View raw version
use std

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