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