Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
34c0c7754ffdbc03b94de64f55eb046b9bbaec0d
/
.
/
Tests
/
RunCMake
/
RuntimePath
/
StubUse.c
blob: ffdaf6d93f0bc5bbf0999434186a0779567cb7fa [
file
] [
log
] [
blame
]
extern
int
Stub
(
void
);
int
StubUse
(
void
)
{
return
Stub
();
}