shithub: mc

ref: 750ff49e933c8c1494b77a40585e0bcfeac88156
dir: /test/badop.myr/

View raw version
use std

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