shithub: mc

ref: 3d9ce334368f0d6e7da472200c68c7081889058b
dir: /test/badop.myr/

View raw version
use std

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