shithub: mc

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

View raw version
use std

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