]> oss.titaniummirror.com Git - msp430-binutils.git/blobdiff - ld/testsuite/ld-ifunc/test-1.c
Merge commit 'upstream/2.20'
[msp430-binutils.git] / ld / testsuite / ld-ifunc / test-1.c
diff --git a/ld/testsuite/ld-ifunc/test-1.c b/ld/testsuite/ld-ifunc/test-1.c
new file mode 100644 (file)
index 0000000..6930e56
--- /dev/null
@@ -0,0 +1,3 @@
+extern int library_func2 (void);
+int (*fn) (void) = library_func2;
+int main (void) { fn (); return 0; }