shithub: mc

ref: 1860505486ea2190d78476782e504f15ce245ff0
dir: /test/badop.myr/

View raw version
use std

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