Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
testStaticLibWithPluginBad1.c
blob: 2a2733327d95a9146d56fd70bfb017898da5adad [
file
] [
log
] [
blame
] [
edit
]
/* 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
();
}