* gdb.base/completion.exp: Recognize the more detailed error
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / list0.c
index d888870fe44f9f041474847ed84eec3f054305f4..b50fdd4323de8dcc8318387977cb24674cb74141 100644 (file)
@@ -1,9 +1,12 @@
 #include "list0.h"
 
-main ()
+int main ()
 {
     int x;
-
+#ifdef usestubs
+    set_debug_traps();
+    breakpoint();
+#endif
     x = 0;
     foo (x++);
     foo (x++);
@@ -30,6 +33,7 @@ main ()
     foo (x++);
     foo (x++);
     foo (x++);
+    return 0;
 }
 
 static void
This page took 0.024437 seconds and 4 git commands to generate.