CMake/Tests/BundleGeneratorTest/Library.cxx

8 lines
96 B
C++

#include <iostream>
void print_message(const char* const Message)
{
std::cout << Message;
}