Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
BundleUtilities
/
shared.cpp
blob: 13791c26925adbdaa34012f3fb72f79b073cccb8 [
file
] [
log
] [
blame
]
#include
"shared.h"
#include
"stdio.h"
void
shared
()
{
printf
(
"shared\n"
);
}