shithub: mc

ref: 543b764108c7bb18759d7db4058636f98972cbfb
dir: /test/badop.myr/

View raw version
use std

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