Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
c36c19d7118bab0cf76c42e0ff105ffdd964c823
/
.
/
Tests
/
RunCMake
/
ObjectLibrary
/
depends_lib.c
blob: a41b32c01e0f632363a6fb17857e24bfe50fd348 [
file
]
#include
<stdlib.h>
extern
int
myobj_foo
(
void
);
void
mylib_foo
(
void
)
{
exit
(
myobj_foo
());
}