aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr28138-2.c
blob: 1120cd797e9bdc1e1f8b3a9e6083234aa4d3d976 (plain)
1
2
3
4
5
6
extern int a1(void);
int
a2(void)
{
  return 1 + a1();
}