summaryrefslogtreecommitdiff
path: root/Tests/LinkLineOrder/Exec2.c
blob: 91b85758e443c1cf9f5a27352f1e5afd109799a3 (plain)
1
2
3
4
5
6
7
8
/* Directly depends on Two */
void TwoFunc();

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