summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLinkLibrariesDirect/order_E.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLinkLibrariesDirect/order_E.c')
-rw-r--r--Tests/InterfaceLinkLibrariesDirect/order_E.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/InterfaceLinkLibrariesDirect/order_E.c b/Tests/InterfaceLinkLibrariesDirect/order_E.c
deleted file mode 100644
index 2a5644388c..0000000000
--- a/Tests/InterfaceLinkLibrariesDirect/order_E.c
+++ /dev/null
@@ -1,5 +0,0 @@
-extern void order_F(void);
-void order_E(void)
-{
- order_F();
-}