1 2 3 4 5 6 7
/* depends on NoDepB */ void NoDepB_func(void); void NoDepA_func(void) { NoDepB_func(); }