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