diff options
Diffstat (limited to 'ld/testsuite/ld-plugin/lto-1a.c')
-rw-r--r-- | ld/testsuite/ld-plugin/lto-1a.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/testsuite/ld-plugin/lto-1a.c b/ld/testsuite/ld-plugin/lto-1a.c new file mode 100644 index 0000000..b775d0a --- /dev/null +++ b/ld/testsuite/ld-plugin/lto-1a.c @@ -0,0 +1,4 @@ +unsigned long long bar (unsigned long long y) +{ + return 30 / y; +} |