shithub: mc

ref: 2b2251178c56bb72894425710eab5de4cbc9cde8
dir: /test/badop.myr/

View raw version
use std

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