shithub: mc

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

View raw version
use std

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