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

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