shithub: mc

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

View raw version
use std

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