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