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