Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
4f73a9b74e65caa26ef859ac8fc4e556b61da0fd
/
.
/
Tests
/
ObjectLibrary
/
LinkObjects
/
a_dep.c
blob: 01287405c86f78cd791b718669df93a9aae48079 [
file
]
#ifdef
OBJA
# error "OBJA is defined, but should not be"
#endif
int
a_dep
(
void
)
{
return
0
;
}