summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Eight/EightSrc.c
blob: 16605cec9bef4be7220c6730aaf558efe50b5a1c (plain)
1
2
3
4
5
6
void SevenFunction(void);

void EightFunction(void)
{
  SevenFunction();
}