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