shithub: mc

ref: 35bde60621ecf5cbcf07b743cafd9724f87faccb
dir: /test/badop.myr/

View raw version
use std

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