Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0e9cb667ef49cb61b7d8ccfc187e11ec00f00920
/
.
/
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
();
}