Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d8f574f35d2fc5dc4c385be14365fcb2e322ef4e
/
.
/
Tests
/
LinkLineOrder
/
One.c
blob: b23b1ece9d0c8338d7d3ddb248252145dd41dcc1 [
file
]
/* depends on NoDepC and NoDepE (and hence on NoDepA, NoDepB and */
/* NoDepF) */
void
NoDepC_func
();
void
NoDepE_func
();
void
OneFunc
()
{
NoDepC_func
();
NoDepE_func
();
}