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