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