shithub: mc

ref: 99cfcabc52f10877bbeb3bcdbb1cded0cb3cd9a7
dir: /test/badop.myr/

View raw version
use std

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