shithub: mc

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

View raw version
use std

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