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