shithub: mc

ref: 67595efd14972ad90214089671d8946b5ccdcc13
dir: /test/badop.myr/

View raw version
use std

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