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