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