Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c701cbdbd6198740e4ec64eb4e706fe57064d9be
/
.
/
Tests
/
LinkLineOrder
/
Exec2.c
blob: 91b85758e443c1cf9f5a27352f1e5afd109799a3 [
file
]
/* Directly depends on Two */
void
TwoFunc
();
int
main
()
{
TwoFunc
();
return
0
;
}