shithub: mc

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

View raw version
use std

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