Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
Dependency
/
Seven
/
SevenSrc.c
blob: 9c74ec8a69097ce35b4049b9454c870d84608d65 [
file
] [
edit
]
void
TwoFunction
(
void
);
void
SevenFunction
(
void
)
{
TwoFunction
();
}