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