shithub: mc

ref: 4e190b47af90933b642fe868238db2d4e801a98e
dir: /test/badop.myr/

View raw version
use std

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