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