shithub: mc

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

View raw version
use std

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