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