shithub: mc

ref: 24ad64cfeecd3e2e32b116baaa04456f7cf8c4df
dir: /test/badop.myr/

View raw version
use std

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