Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2c389efeeeaaba0b5735c5b920d8cb00a6a16bfb
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_E_poison.c
blob: 7d8b53e95f2cfc3d1175a9fd724bf8360f1f14da [
file
] [
log
] [
blame
]
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
();
}