shithub: mc

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

View raw version
use std

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