NoDepZ.c 85 B

1234567
  1. /* depends on NoDepX */
  2. void NoDepX_func();
  3. void NoDepZ_func()
  4. {
  5. NoDepX_func();
  6. }