shithub: mc

ref: 220525edb769047fcba3faed66b041c97a752b70
dir: /test/badop.myr/

View raw version
use std

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