diff options
Diffstat (limited to 'Tests/InterfaceLinkLibrariesDirect/order_B.c')
-rw-r--r-- | Tests/InterfaceLinkLibrariesDirect/order_B.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Tests/InterfaceLinkLibrariesDirect/order_B.c b/Tests/InterfaceLinkLibrariesDirect/order_B.c deleted file mode 100644 index 1787f1d..0000000 --- a/Tests/InterfaceLinkLibrariesDirect/order_B.c +++ /dev/null @@ -1,5 +0,0 @@ -extern void order_C(void); -void order_B(void) -{ - order_C(); -} |