shithub: mc

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

View raw version
use std

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