shithub: mc

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

View raw version
use std

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