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