Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d9fcbb06f2e39b5290f22ebc0e2c5076ae026ccd
/
.
/
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
();
}