shithub: mc

ref: 4ad286b90958398e90a094ea0c21f317a73c1434
dir: /test/badop.myr/

View raw version
use std

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