shithub: mc

ref: fdf3badbb813effe0e5babcbe5a5a1f050bb88ef
dir: /test/badop.myr/

View raw version
use std

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