shithub: mc

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

View raw version
use std

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