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