Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b8de18df08ead44ee9ea8cad8dc1e01ac73eb34f
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
main.c
blob: 53f0e6dd12c040e95ab91383596de101922bfbec [
file
]
extern
int
testStaticLibPlugin
(
void
);
int
main
(
void
)
{
return
testStaticLibPlugin
();
}