Exec1.c 87 B

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