1 2 3 4 5 6 7 8
void OneFunc(void); void NoDepZ_func(void); void TwoFunc(void) { OneFunc(); NoDepZ_func(); }