Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
067dcb9efdffab683ce0bd299db7bfb45eaef859
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_E_poison.c
blob: 7d8b53e95f2cfc3d1175a9fd724bf8360f1f14da [
file
]
extern
void
order_E_poison
(
void
);
void
order_A
(
void
)
{
order_E_poison
();
}
void
order_B
(
void
)
{
order_E_poison
();
}
void
order_C
(
void
)
{
order_E_poison
();
}
void
order_D
(
void
)
{
order_E_poison
();
}