shithub: mc

ref: 10c0307e860d4f1ff9f9f2db67aa1fa4858bfaaa
dir: /test/badop.myr/

View raw version
use std

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