shithub: mc

ref: 94acc736ec2d8d80533439a24742d7c796aaab4f
dir: /test/badop.myr/

View raw version
use std

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