shithub: mc

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

View raw version
use std

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