diff options
Diffstat (limited to 'Tests/InterfaceLinkLibrariesDirect/direct_from_A_poison.c')
-rw-r--r-- | Tests/InterfaceLinkLibrariesDirect/direct_from_A_poison.c | 5 |
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(); -} |