(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr16496b.c
       1  void sd_get_seats (void);
       2  void call_sd_get_seats (void)
       3  {
       4    sd_get_seats ();
       5  }