Emit a warning when -z relro is unsupported
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers3.c
index 0c81790bce3348e4d4dfd799f61e168f6d0de79c..dbb4dafedc7a995bf8a0077a22d8dbe4e14dbe3e 100644 (file)
@@ -1,9 +1,13 @@
 /*
  * Main program for test1, test2.
  */
+#include <stdio.h>
 
+extern int show_foo ();
 
+int
 main()
 {
   printf("%d\n", show_foo());
+  return 0;
 }
This page took 0.024085 seconds and 4 git commands to generate.