Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
de5fa2ae53c75eccff75df9df7be84e2d8f51397
/
.
/
Tests
/
RunCMake
/
LinkLibrariesStrategy
/
BasicB.c
blob: fd7a120aa9e819c720f33c454e1eebcafd558521 [
file
] [
log
] [
blame
]
extern
int
BasicA
(
void
);
int
BasicB
(
void
)
{
return
BasicA
();
}