shithub: mc

ref: 5f669e29c24c35a569ff01681a7df1420ded7a81
dir: /test/match-badtypes.myr/

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