Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
LinkLibrariesStrategy
/
BasicC.c
blob: 7171dd1013a4ebee7ee8cdf3e1075b2bc1509590 [
file
]
extern
int
BasicA
(
void
);
int
BasicC
(
void
)
{
return
BasicA
();
}