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