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