summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibrariesDirect/order_I.c
blob: 96152de989e9ef186212360ff05886c53e009e03 (plain)
1
2
3
4
5
extern void order_J(void);
void order_I(void)
{
  order_J();
}