summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr21382b.c
blob: c5b74a944171690b3a83b1701292ce78d7c2e721 (plain)
1
2
3
4
5
6
7
extern void x (void);

void
y (void)
{
  x ();
}