aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr16496b.c
blob: 94a0f300fef1ea8ff464496ce491fd36cd88d3f1 (plain)
1
2
3
4
5
void sd_get_seats (void);
void call_sd_get_seats (void)
{
  sd_get_seats ();
}