Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
dd0bd1534bbb51ee85a4df87538556fcd3d83218
/
.
/
Tests
/
RunCMake
/
DependencyGraph
/
top.c
blob: eceb0a5abe62663beb1f50a852e9fb6a7c65209a [
file
]
int
middle
(
void
);
#ifdef
_WIN32
__declspec
(
dllexport
)
#endif
int
top
(
void
)
{
return
middle
()
+
2
;
}