shithub: mc

ref: 5cf5b36ecee04cbb03bffaa26c6e74d66248df59
dir: /test/badop.myr/

View raw version
use std

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