index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
InterfaceLinkLibrariesDirect
/
order_F.c
blob: d2422846e425bb2ecb56d968069a021d5550c475 (
plain
)
1
2
3
4
5
extern
void
order_G
(
void
);
void
order_F
(
void
)
{
order_G
();
}