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

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