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