shithub: mc

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

View raw version
use std

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