shithub: mc

ref: 6aeba77ec718b9c0104a5b86da52cbdd1416011f
dir: /test/badop.myr/

View raw version
use std

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