summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CompilerArgs/main.cxx
blob: db90e933e464aff511aad3586c41029fb73c351c (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef FOO1
#  error Missing FOO1
#endif
#ifndef FOO2
#  error Missing FOO2
#endif
int main()
{
  return 0;
}