aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/lto-15b.c
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-plugin/lto-15b.c')
-rw-r--r--ld/testsuite/ld-plugin/lto-15b.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ld-plugin/lto-15b.c b/ld/testsuite/ld-plugin/lto-15b.c
new file mode 100644
index 0000000..0ae748d
--- /dev/null
+++ b/ld/testsuite/ld-plugin/lto-15b.c
@@ -0,0 +1,7 @@
+extern void abort (void);
+unsigned long long
+__udivdi3(unsigned long long n, unsigned long long d)
+{
+ abort ();
+ return n + d;
+}