aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/pr26391d.c
blob: 6e388f8995ecaf0def75d7c60a1f51ded1dfbc60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include <stdio.h>

static void
bar (void)
{
  printf ("bar 3\n");
}

void *
bar3_p (void)
{
  return bar;
}