Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b01f5eb079ad2cb2ac4a114132f6bd12daa712d9
/
.
/
Tests
/
BundleUtilities
/
shared.cpp
blob: 13791c26925adbdaa34012f3fb72f79b073cccb8 [
file
]
#include
"shared.h"
#include
"stdio.h"
void
shared
()
{
printf
(
"shared\n"
);
}