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