9 lines
87 B
C
Raw Normal View History

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