Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
84a4e294fce7bdf500c5c2e5a892b2ef7d91f99d
/
.
/
Tests
/
LinkLineOrder
/
NoDepC.c
blob: f05d962b74b7794a7a283f85e179592d9a9464aa [
file
]
/* depends on NoDepA */
void
NoDepA_func
();
void
NoDepC_func
()
{
NoDepA_func
();
}