shithub: mc

ref: 46bc8592a6cd4b2be507057f19bbb4e085e89bf2
dir: /test/badop.myr/

View raw version
use std

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