summaryrefslogtreecommitdiff
path: root/Tests/ObjectLibrary/LinkObjects/d_dep.c
blob: cf09314115c71e3041b817e4e7b3e2e7b2bd6314 (plain)
1
2
3
4
5
6
7
#ifdef OBJD
#  error "OBJD is defined, but should not be"
#endif
int d_dep(void)
{
  return 0;
}