shithub: mc

ref: 6df14ce6f74fb0daf3bbe21516c3ee26424f885f
dir: /test/badop.myr/

View raw version
use std

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