Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cc7d52bc65ef3d0dae4aa3ed5db7017fc92a2f5
/
.
/
Tests
/
BundleGeneratorTest
/
Library.cxx
blob: a4cc08ed68054643db288c1e23ab25564a84e04c [
file
]
#include
<iostream>
void
print_message
(
char
const
*
const
Message
)
{
std
::
cout
<<
Message
;
}