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