shithub: mc

ref: 763778b6ec6d13744cecedde5ee35675acfcb4ed
dir: /test/badop.myr/

View raw version
use std

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