Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
3b1c19f00a0973d1d70e823cf54a9047d20cb80a
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_D.c
blob: f5bb2d6f9ff02a4bffbdf4ba53254ce271eb3707 [
file
]
extern
void
order_E
(
void
);
void
order_D
(
void
)
{
order_E
();
}