shithub: mc

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

View raw version
use std

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