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