Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
acf4ea25e77b1ebeefd9451552493085defb684d
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_D_poison.c
blob: d2d64e6c8f06019aad15acad4265edb66d87f36c [
file
]
extern
void
order_D_poison
(
void
);
void
order_A
(
void
)
{
order_D_poison
();
}
void
order_B
(
void
)
{
order_D_poison
();
}
void
order_C
(
void
)
{
order_D_poison
();
}