summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibrariesDirect/order_main.c
blob: eed245368b4eaad0b3e71d26d7d9fb8f02788062 (plain)
1
2
3
4
5
6
extern void order_A(void);
int main(void)
{
  order_A();
  return 0;
}