shithub: mc

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

View raw version
use std

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