shithub: mc

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

View raw version
use std

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