shithub: mc

ref: 3f54d108bb15aea17baa874c950d305dd4166755
dir: /test/badop.myr/

View raw version
use std

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