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