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