shithub: mc

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

View raw version
use std

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