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