shithub: mc

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

View raw version
use std

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