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