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