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