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