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