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