Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6bda72981974888049fb2441e96f578d2d3deae
/
.
/
Tests
/
GhsMulti
/
GhsMultiMultipleProjects
/
exe1.c
blob: b9cdd61e722f5834d0fd5455d4694a04376754fe [
file
]
extern
int
lib1_func
(
void
);
int
main
(
void
)
{
return
lib1_func
();
}