shithub: mc

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

View raw version
use std

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