shithub: mc

ref: 2281d457448549cf86ae9475627c0c12a8c4843f
dir: /test/badop.myr/

View raw version
use std

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