shithub: mc

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

View raw version
use std

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