summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ObjectLibrary/requires.c
blob: d524952b43c20356afa6055c47172dd5d7f2a613 (plain)
1
2
3
4
5
6
7
8
#ifdef REQUIRED
int required()
{
  return 0;
}
#else
#error "REQUIRED not defined"
#endif