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