shithub: mc

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

View raw version
use std

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