Sign in
◑
Theme
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b2e3e3e30e5601192577d15e043b33db96fe1661
/
.
/
Tests
/
RunCMake
/
LinkLibrariesStrategy
/
BasicC.c
blob: 7171dd1013a4ebee7ee8cdf3e1075b2bc1509590 [
file
]
extern
int
BasicA
(
void
);
int
BasicC
(
void
)
{
return
BasicA
();
}