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