Raw File
Exec2.c
/* Directly depends on Two */
void TwoFunc();

int main()
{
  TwoFunc();
  return 0;
}
back to top