shithub: mc

ref: 4c776943124502b2249a7e42a3737122dfca79e6
dir: /test/badop.myr/

View raw version
use std

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