shithub: mc

ref: 15392a525cae61a9fc06d40cd4846664512661b2
dir: /test/badop.myr/

View raw version
use std

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