shithub: mc

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

View raw version
use std

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