shithub: mc

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

View raw version
use std

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