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