shithub: mc

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

View raw version
use std

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