shithub: mc

ref: 3034887c19bb86b0551c854758a9f93ee1395815
dir: /test/badop.myr/

View raw version
use std

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