Index: src/CodeTools/ResolvProtoDump.cc
===================================================================
--- src/CodeTools/ResolvProtoDump.cc	(revision bb0f9747bb959b47f371ebe5cd2a1aa7a336a58e)
+++ src/CodeTools/ResolvProtoDump.cc	(revision 2c1873785c86a3090205e2dd10829b87c86b12cd)
@@ -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
