shithub: mc

ref: 961fb6813b00f224c219d026da48cf6d01c779ab
dir: /test/badop.myr/

View raw version
use std

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