Sign in
◑
Theme
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
eee2e7fd7e5b52e8e46da7a6a3bcbebe4cd3fb0e
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
testStaticLibPluginExtra.c
blob: 11fe0f808c94b385884fa92c5f20895f0c2bd760 [
file
]
extern
int
testStaticLibWithPlugin2
(
void
);
int
testStaticLibPluginExtra
(
void
)
{
return
testStaticLibWithPlugin2
();
}