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