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