Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
275b2cc12f6d766b5e0e9e4ba5ae6532d3f7d817
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_H.c
blob: 9c62bb153b93290c56852474532a9d754525225f [
file
]
extern
void
order_I
(
void
);
void
order_H
(
void
)
{
order_I
();
}