shithub: mc

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

View raw version
use std

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