Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2aefa92f55d0abd85d02ec9c125d4c741df94d72
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
testStaticLibWithPluginBad1.c
blob: 2a2733327d95a9146d56fd70bfb017898da5adad [
file
]
/* Produce an error if the object compiled from this source is used. */
extern
int
testStaticLibWithPlugin_linked_before_testStaticLibPlugin
(
void
);
int
testStaticLibPlugin
(
void
)
{
return
testStaticLibWithPlugin_linked_before_testStaticLibPlugin
();
}