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