summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Case1/b.c
blob: deda68519567757f24543ed59b59b53c86dd2422 (plain)
1
2
3
4
5
6
extern int a();

int b()
{
  return a() + 17;
}