Don't complain undefined weak dynamic reference
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr24486a.c
1 extern int FLAGS_verbose;
2 extern void bar (void);
3 int
4 a(void) {
5 return FLAGS_verbose;
6 }
7 void unused (void) { bar(); }
8 int main() { return a (); }
This page took 0.058794 seconds and 4 git commands to generate.