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, 0 insertions, 7 deletions
diff --git a/ld/testsuite/ld-x86-64/mpx2b.c b/ld/testsuite/ld-x86-64/mpx2b.c deleted file mode 100644 index 389ac10..0000000 --- a/ld/testsuite/ld-x86-64/mpx2b.c +++ /dev/null @@ -1,7 +0,0 @@ -#include <stdio.h> - -void -foo2 (void) -{ - printf ("foo2\n"); -} |