shithub: mc

ref: 8535643bf09a88c6e83727ba0243772703171ca8
dir: /test/badop.myr/

View raw version
use std

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