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