Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
a0cfaaf2dcc05cd55aa6dc69ca6ebc3eddcd80f2
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_F_poison.c
blob: 285f24760646e91e2f1e5780f2023a6eb4a1ee21 [
file
]
extern
void
order_F_poison
(
void
);
void
order_A
(
void
)
{
order_F_poison
();
}
void
order_B
(
void
)
{
order_F_poison
();
}
void
order_C
(
void
)
{
order_F_poison
();
}
void
order_D
(
void
)
{
order_F_poison
();
}
void
order_E
(
void
)
{
order_F_poison
();
}