shithub: mc

ref: 063b2a4e134589a8a1d635708eb0eb39d5a76bfb
dir: /test/badop.myr/

View raw version
use std

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