summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLinkLibrariesDirect/order_A.c
blob: 2cd4d6013ae4d63296bf89a84b36791bedc46524 (plain)
1
2
3
4
5
extern void order_B(void);
void order_A(void)
{
  order_B();
}