Index: src/CodeTools/ResolvProtoDump.cc
===================================================================
--- src/CodeTools/ResolvProtoDump.cc	(revision d0bacde6abe2f6d19737a53fc6e4302220f86804)
+++ src/CodeTools/ResolvProtoDump.cc	(revision 7b61ce8ea2308f763a17d6be356b8098e0acd1f1)
@@ -321,5 +321,9 @@
 			}
 
-			// TODO support VarArgsType
+			// TODO support variable args for functions
+			void previsit( VarArgsType* ) {
+				// only include varargs for top level (argument type)
+				if ( depth == 0 ) { ss << "#$varargs"; }
+			}
 
 			// replace 0 and 1 with int
