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