shithub: mc

ref: 732ad41dc312266d89f33ce472b5fe23d099df19
dir: /test/badop.myr/

View raw version
use std

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