Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22269-1.c
1 extern int foo __attribute ((weak));
2
3 int
4 _start (void)
5 {
6 if (&foo)
7 return foo;
8 }
This page took 0.029391 seconds and 4 git commands to generate.