shithub: mc

ref: 771a60a124adfbe6b98bd74da195d046fd554f1d
dir: /test/badop.myr/

View raw version
use std

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