shithub: mc

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

View raw version
use std

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