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