1 2 3 4 5 6 7 8
/* Directly depends on Two */ void TwoFunc(); int main(void) { TwoFunc(); return 0; }