Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
e2e5303fe2d54f398a96f7b8bf5ac9be28aa2ee0
/
.
/
Tests
/
ObjectLibrary
/
LinkObjects
/
e_lib.c
blob: 9bb3a44355c6a2093af0a638e58fa484560b1b1a [
file
]
extern
int
e_obj
(
void
);
int
e_lib
(
void
)
{
return
e_obj
();
}