shithub: mc

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

View raw version
use std

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