shithub: mc

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

View raw version
use std

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