Two.c 66 B

1234567
  1. void OneFunc();
  2. void TwoFunc()
  3. {
  4. OneFunc();
  5. NoDepZ_func();
  6. }