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