Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
direct_from_A_optional_poison.c
blob: c7c352863d620f69b129c0d8743eb7fc7583dec3 [
file
]
extern
void
poison_not_direct_from_A_optional
(
void
);
void
not_direct_from_A_optional
(
void
)
{
poison_not_direct_from_A_optional
();
}