shithub: mc

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

View raw version
use std

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