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