shithub: mc

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

View raw version
use std

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