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