Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d6746fd05c92a8edb94de746846227e6101fc05e
/
.
/
Tests
/
ObjectLibrary
/
LinkObjects
/
a_obj.c
blob: 5e79c60c5ac81e912c6f614f1f007dcfc97ace74 [
file
] [
log
] [
blame
]
#ifndef
OBJA
# error "OBJA is not defined, but should be"
#endif
extern
int
a_dep
(
void
);
int
a_obj
(
void
)
{
return
a_dep
();
}