OSDN Git Service

import gdb-1999-08-02 snapshot
[pf3gnuchains/pf3gnuchains4x.git] / gdb / testsuite / gdb.base / pointers.c
index 60e6444..a6f0062 100644 (file)
@@ -74,6 +74,7 @@ int y;
 int main ()
 {
     void dummy();
+    int more_code();
     
     /* Ensure that malloc is a pointer type; avoid use of "void" and any include files. */
     /* extern char *malloc();*/