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