shithub: mc

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

View raw version
use std

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