Sign in
fuchsia
/
third_party
/
cmake
/
refs/heads/main
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_B_poison.c
blob: bcb7b4b4968b9af4508d241f620581bdebbce65b [
file
] [
log
] [
blame
] [
edit
]
extern
void
order_B_poison
(
void
);
void
order_A
(
void
)
{
order_B_poison
();
}