shithub: mc

ref: 106bbb494c2983278391f67f804905deb3204db8
dir: /test/badop.myr/

View raw version
use std

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