CMake/Tests/BundleGeneratorTest/Library.cxx

7 lines
95 B
C++

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