aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr28138-4.c
blob: 475701b2c5cc653650fe7914d6bb2cc9fc925863 (plain)
1
2
3
4
5
6
extern int a3(void);
int
a4(void)
{
  return 1 + a3();
}