summaryrefslogtreecommitdiff
path: root/Tests/Dependency/NoDepB/NoDepBSrc.c
blob: ddc71c527da734fa9444372c57eb96c0f64a50ba (plain)
1
2
3
4
5
6
void NoDepAFunction();

void NoDepBFunction()
{
  NoDepAFunction();
}