shithub: mc

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

View raw version
use std

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