shithub: mc

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

View raw version
use std

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