shithub: mc

ref: 8ec8ea745e4696bc2572f6dec181a27626d5fcba
dir: /test/badop.myr/

View raw version
use std

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