shithub: mc

ref: 1eadc811d6caf591b73d236957617e80811e2637
dir: /test/badop.myr/

View raw version
use std

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