Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
Dependency
/
Six
/
SixASrc.c
blob: 7ea3711f2a167d9b71c58bbaee7aeb3fd473920a [
file
] [
log
] [
blame
]
void
FiveFunction
();
void
TwoFunction
();
void
SixAFunction
()
{
FiveFunction
();
TwoFunction
();
}