summaryrefslogtreecommitdiff
path: root/Tests/InterfaceLinkLibrariesDirect/order_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLinkLibrariesDirect/order_main.c')
-rw-r--r--Tests/InterfaceLinkLibrariesDirect/order_main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/Tests/InterfaceLinkLibrariesDirect/order_main.c b/Tests/InterfaceLinkLibrariesDirect/order_main.c
deleted file mode 100644
index eed245368b..0000000000
--- a/Tests/InterfaceLinkLibrariesDirect/order_main.c
+++ /dev/null
@@ -1,6 +0,0 @@
-extern void order_A(void);
-int main(void)
-{
- order_A();
- return 0;
-}