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