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