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