shithub: mc

ref: 8da5ac5ac4258588634453d55cec95f29a02647b
dir: /test/badop.myr/

View raw version
use std

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