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