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