aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr28138-7.c
blob: 4ef75bf0f0c1454a99c102182e20bc3001e326cd (plain)
1
2
3
4
5
6
extern int a6(void);
int
a7(void)
{
  return 1 + a6();
}