shithub: mc

ref: d76feb058d14da86c5b4bd887dd8887f7034e73a
dir: /test/match-badtypes.myr/

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