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