shithub: mc

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

View raw version
use std

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