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