ENH: fix bug where sharedforward would not work if there was a space in the path...
[cmake.git] / Tests / BundleGeneratorTest / Executable.cxx
blob8107f783a81d12a0545f47d35c9d09adab66c70d
1 extern void print_message(const char* const Message);
3 int main(int argc, char* argv[])
5 print_message("Howdy, World!\n");
6 return 0;