summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Seven/SevenSrc.c
blob: 9c74ec8a69097ce35b4049b9454c870d84608d65 (plain)
1
2
3
4
5
6
void TwoFunction(void);

void SevenFunction(void)
{
  TwoFunction();
}