/* Directly depends on Two */
void TwoFunc();

int main()
{
  TwoFunc();
  return 0;
}