NoDepBSrc.c 70 B

123456
  1. void NoDepAFunction();
  2. void NoDepBFunction()
  3. {
  4. NoDepAFunction();
  5. }