shithub: mc

ref: 050c29b20810d6519702f6ee4928c835203caea3
dir: /test/badop.myr/

View raw version
use std

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