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