Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
0f55e1502c2013ff176631a15b58b52e80ba4fa9
/
.
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_G.c
blob: ff710388746348b030d75e2366e43d24f9e18124 [
file
]
extern
void
order_H
(
void
);
void
order_G
(
void
)
{
order_H
();
}