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