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