Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_D_poison.c
blob: d2d64e6c8f06019aad15acad4265edb66d87f36c [
file
]
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
();
}