shithub: mc

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

View raw version
use std

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