shithub: mc

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

View raw version
use std

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