Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
b4db306afff5da683aedd99bd8a9ea0c850f22df
/
.
/
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
;
}