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