diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/mpx2b.c')
-rw-r--r-- | ld/testsuite/ld-x86-64/mpx2b.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-x86-64/mpx2b.c b/ld/testsuite/ld-x86-64/mpx2b.c new file mode 100644 index 0000000..389ac10 --- /dev/null +++ b/ld/testsuite/ld-x86-64/mpx2b.c @@ -0,0 +1,7 @@ +#include <stdio.h> + +void +foo2 (void) +{ + printf ("foo2\n"); +} |