* gas/config/tc-avr.c: Change ISA for devices with USB support to
[external/binutils.git] / ld / testsuite / ld-elfvers / vers3.c
index 0c81790..dbb4daf 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;
 }