shithub: mc

ref: 7ff4ff093be217d1842d2efb99de5cb68119d48b
dir: /test/match-badtypes.myr/

View raw version
const foo = {
	match 123
	"asdf":	123
		;;
	234:	888
		;;
	;;
}