shithub: mc

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

View raw version
use std

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