shithub: mc

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

View raw version
use std

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