Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
LinkLibrariesStrategy
/
BasicB.c
blob: fd7a120aa9e819c720f33c454e1eebcafd558521 [
file
] [
log
] [
blame
] [
edit
]
extern
int
BasicA
(
void
);
int
BasicB
(
void
)
{
return
BasicA
();
}