shithub: mc

ref: 4a22a055638ba409f6232d4ac6967c0fa20eade4
dir: /test/badop.myr/

View raw version
use std

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