shithub: mc

ref: 8385d6f6daad30f8de238362961b70061be24065
dir: /test/badop.myr/

View raw version
use std

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