Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
be81b4e20bdfdffe412bb15618f53f359fe95d68
/
.
/
Tests
/
RunCMake
/
RuntimePath
/
StubExe.c
blob: 14b3fe41f9939f893d007bd5994be81d20606ea8 [
file
]
extern
int
StubUse
(
void
);
int
main
(
void
)
{
return
StubUse
();
}