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