Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
6cca475bbf7cf8f3b03db3baaa772aa5b72e94de
/
.
/
Tests
/
Dependency
/
Six
/
SixASrc.c
blob: 7ea3711f2a167d9b71c58bbaee7aeb3fd473920a [
file
]
void
FiveFunction
();
void
TwoFunction
();
void
SixAFunction
()
{
FiveFunction
();
TwoFunction
();
}