shithub: mc

ref: 6109f4b305d077fa88ab65fbdc728527ef4478d9
dir: /test/badop.myr/

View raw version
use std

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