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