shithub: mc

ref: 420aa87291660b3452f42d637227b157dbf86846
dir: /test/badop.myr/

View raw version
use std

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