Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
Dependency
/
NoDepC
/
NoDepCSrc.c
blob: d90007e63e441b572fd75ecb68b465e9f0022a39 [
file
] [
edit
]
void
NoDepAFunction
(
void
);
void
NoDepCFunction
(
void
)
{
NoDepAFunction
();
}