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