summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-x86-64/mpx1c.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-x86-64/mpx1c.c')
-rw-r--r--ld/testsuite/ld-x86-64/mpx1c.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/mpx1c.c b/ld/testsuite/ld-x86-64/mpx1c.c
new file mode 100644
index 0000000..12c7806
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/mpx1c.c
@@ -0,0 +1,10 @@
+extern void foo1 (void);
+extern void foo2 (void);
+
+int
+main (void)
+{
+ foo1 ();
+ foo2 ();
+ return 0;
+}