about summary refs log tree commit diff stats
path: root/003trace.cc
diff options
context:
space:
mode:
Diffstat (limited to '003trace.cc')
-rw-r--r--003trace.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/003trace.cc b/003trace.cc
index 8859ae96..65f38eca 100644
--- a/003trace.cc
+++ b/003trace.cc
@@ -166,6 +166,9 @@ if (Passed && !Hide_errors && trace_count("error") > 0) {
   ++Num_failures;
 }
 
+// Just for debugging.
+#define dbg trace(0, "a")
+
 :(before "End Types")
 struct end {};
 :(before "End Tracing")