Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
bd2d6c8f39d46d5f2f95e00a876ecee627d5ccc6
/
.
/
Tests
/
Dependency
/
Exec2
/
ExecMain.c
blob: 085f30f3c71fe78b684a5ff77aa9a09e2ce6e7d9 [
file
]
#include
<stdio.h>
void
FiveFunction
();
void
EightFunction
();
int
main
(
void
)
{
FiveFunction
();
EightFunction
();
printf
(
"Dependency test executable ran successfully.\n"
);
return
0
;
}