shithub: mc

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

View raw version
use std

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