shithub: mc

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

View raw version
use std

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