Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
RunCMake
/
DependencyGraph
/
middle.c
blob: 3b1b84c790d7bce1bb82ef3d79622ba81a016cfa [
file
] [
log
] [
blame
]
#ifdef
_WIN32
__declspec
(
dllimport
)
#endif
int
bottom
(
void
);
int
middle
(
void
)
{
return
bottom
()
+
19
;
}