summaryrefslogtreecommitdiff
path: root/Tests/BundleGeneratorTest/Library.cxx
blob: 1403c6824639880e91deb621d30102e79b6accfb (plain)
1
2
3
4
5
6
7
#include <iostream>

void print_message(const char* const Message)
{
  std::cout << Message;
}