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