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