shithub: mc

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

View raw version
use std

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