/* Directly depends on Two */ void TwoFunc(); int main(void) { TwoFunc(); return 0; }