Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / langs0.c
index 2790e2dc6738a0448198b61a993ffdcdd098f125..41e5d38c7a2b892d8d40c670b5663c83cfef2404 100644 (file)
@@ -1,8 +1,8 @@
 /* This file is actually in C, it is not supposed to simulate something
    translated from another language or anything like that.  */
-int
-csub (x)
-     int x;
+extern  int fsub_();
+
+int csub (int x)
 {
   return x + 1;
 }
This page took 0.024146 seconds and 4 git commands to generate.