Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b414cd35871f09d26cd8a65fbc6457de485ecc10
/
.
/
Tests
/
LinkLine
/
Exec.c
blob: 807a7a8cc6c7a37fd8bf996aed929a73d0f9425c [
file
]
void
OneFunc
();
void
TwoFunc
();
int
main
()
{
OneFunc
();
TwoFunc
();
return
0
;
}