shithub: mc

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

View raw version
use std

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