shithub: mc

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

View raw version
use std

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