shithub: mc

ref: 2a75839b66139c8e402fe6e40992b0fd3c9b01c8
dir: /test/match-badtypes.myr/

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