Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dbb6e04b5fe45c413fb3a06b52ffceb5e86bf60c
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_B_poison.c
blob: bcb7b4b4968b9af4508d241f620581bdebbce65b [
file
] [
log
] [
blame
]
extern
void
order_B_poison
(
void
);
void
order_A
(
void
)
{
order_B_poison
();
}