Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
LinkLineOrder
/
NoDepC.c
blob: cafb3fd74eab8a16bc636d491d3cab1e64f82b49 [
file
] [
log
] [
blame
] [
edit
]
/* depends on NoDepA */
void
NoDepA_func
(
void
);
void
NoDepC_func
(
void
)
{
NoDepA_func
();
}