shithub: mc

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

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