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