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