shithub: mc

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

View raw version
use std

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