import gdb-1999-06-14 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / call-strs.c
index 9ba875b5d32601954ea546db8fc046f74e90be38..02870e0f603ccfc7bc0740ad915db46628c7f6b5 100644 (file)
@@ -43,6 +43,11 @@ char * s7;
   return bigbuf;
 }
 
+char *
+link_malloc ()
+{
+  return (char*) malloc (1);
+}
 
 main()
 {
This page took 0.023905 seconds and 4 git commands to generate.