Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
2e88a3efc2b52da02f516fdfc8fe97aea0b14e4c
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_E.c
blob: 2a5644388c1ea41813057912df5dc1389a606c78 [
file
]
extern
void
order_F
(
void
);
void
order_E
(
void
)
{
order_F
();
}