shithub: mc

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

View raw version
use std

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