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