summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/BuildDepends/CompileDepends.c
blob: b627738e531c9d6ba7b2f860815ed094c03ff2e3 (plain)
1
2
3
4
5
#include <CompileDepends.h>
int main(void)
{
  return COUNT;
}