shithub: mc

ref: 1288c9b1707bd4657305f241f62753630f852570
dir: /test/badop.myr/

View raw version
use std

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