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