Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
d1be722330a0899f12bd777274e2bc1238b10ce4
/
.
/
Tests
/
ObjectLibrary
/
LinkObjects
/
c_dep.c
blob: 1d99ab874e4a3d584879419a7064e6213363ca63 [
file
] [
log
] [
blame
]
#ifdef
OBJC
# error "OBJC is defined, but should not be"
#endif
int
c_dep
(
void
)
{
return
0
;
}