shithub: mc

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

View raw version
use std

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