shithub: mc

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

View raw version
use std

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