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