shithub: mc

ref: 18386e4095db52452505a6855117ca80a349be60
dir: /test/badop.myr/

View raw version
use std

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