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