shithub: mc

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

View raw version
use std

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