summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLinkLibrariesDirect/order_E.c
blob: 2a5644388c1ea41813057912df5dc1389a606c78 (plain)
1
2
3
4
5
extern void order_F(void);
void order_E(void)
{
  order_F();
}