Exec2.c 84 B

12345678
  1. // Directly depends on Two
  2. void TwoFunc();
  3. int main()
  4. {
  5. TwoFunc();
  6. return 0;
  7. }