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