diff options
Diffstat (limited to 'ld/testsuite/ld-x86-64/pr19784c.c')
-rw-r--r-- | ld/testsuite/ld-x86-64/pr19784c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-x86-64/pr19784c.c b/ld/testsuite/ld-x86-64/pr19784c.c index 117dfec..eb2c9d0 100644 --- a/ld/testsuite/ld-x86-64/pr19784c.c +++ b/ld/testsuite/ld-x86-64/pr19784c.c @@ -3,7 +3,7 @@ extern void abort (void); extern int foo (int) __attribute__ ((visibility("hidden"))); -int bar() +void bar(void) { if (foo (5) != 5) abort (); |