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