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