shithub: mc

ref: debd13efe12eaca072229e9859aaa6df8708a09f
dir: /test/badop.myr/

View raw version
use std

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