Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
ObjectLibrary
/
LinkObjects
/
b_obj.c
blob: d0f426a241a4a600cf1c494e9554b7a05d65f17b [
file
] [
log
] [
blame
]
#ifndef
OBJB
# error "OBJB is not defined, but should be"
#endif
extern
int
b_dep
(
void
);
int
b_obj
(
void
)
{
return
b_dep
();
}