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