shithub: mc

ref: 49173c584d17208134df412148b84862843f5424
dir: /test/badop.myr/

View raw version
use std

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