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