Sign in
fuchsia
/
third_party
/
cmake
/
e3b9338e974c5f43dafacd3316ec4da9d2fa331e
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
direct_from_A_poison.c
blob: b03cdf70354d2eb1fde92a282b600b917eca6da1 [
file
] [
log
] [
blame
]
extern
void
poison_not_direct_from_A
(
void
);
void
not_direct_from_A
(
void
)
{
poison_not_direct_from_A
();
}