Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
efe060b04f9d8d0e6072dd188e1b4c7f69e4e2b1
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
direct_from_A_poison.c
blob: b03cdf70354d2eb1fde92a282b600b917eca6da1 [
file
]
extern
void
poison_not_direct_from_A
(
void
);
void
not_direct_from_A
(
void
)
{
poison_not_direct_from_A
();
}