shithub: mc

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

View raw version
use std

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