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