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