Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
Tests
/
RunCMake
/
RuntimePath
/
main.c
blob: 181cd09734ec0343c99880eed239954c3a667220 [
file
]
extern
int
libA
(
void
);
int
main
(
void
)
{
return
libA
();
}