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