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