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