Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
27ee7ed28916035fc019752dfd1717a5e6f3eb3f
/
.
/
Tests
/
LinkLineOrder
/
Exec1.c
blob: e47841dc2e6125369ca454986fe869a49e4484e7 [
file
]
/* Directly depends on One */
void
OneFunc
();
int
main
(
void
)
{
OneFunc
();
return
0
;
}