summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLinkLibrariesDirect/order_C.c
blob: e67e719acb7ceba73d9573b73bc8a9776fd65cdd (plain)
1
2
3
4
5
extern void order_D(void);
void order_C(void)
{
  order_D();
}