shithub: mc

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

View raw version
use std

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