diff options
Diffstat (limited to 'Tests/BundleGeneratorTest/Library.cxx')
-rw-r--r-- | Tests/BundleGeneratorTest/Library.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/BundleGeneratorTest/Library.cxx b/Tests/BundleGeneratorTest/Library.cxx new file mode 100644 index 000000000..1403c6824 --- /dev/null +++ b/Tests/BundleGeneratorTest/Library.cxx @@ -0,0 +1,7 @@ +#include <iostream> + +void print_message(const char* const Message) +{ + std::cout << Message; +} + |