shithub: mc

ref: 35c02af69dcc70507e639209eeea181e8e088366
dir: /test/badop.myr/

View raw version
use std

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