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