shithub: mc

ref: 0d8c091efe77df739d72a7d016d18775a0ceb2f3
dir: /test/badop.myr/

View raw version
use std

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