shithub: mc

ref: da1de51de2edb383cc26a1b726df4cfc9328e1c7
dir: /test/badop.myr/

View raw version
use std

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