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