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