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