shithub: mc

ref: 46bd46258ef5ead2de06c57fcda29c736f1aeda9
dir: /test/badop.myr/

View raw version
use std

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