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