shithub: mc

ref: 19558c1b9a72c6170589ed2d8dbb578ecfca25af
dir: /test/badop.myr/

View raw version
use std

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