summaryrefslogtreecommitdiffstats
path: root/Tests/Properties/subdirtest.cxx
blob: 23f1048ec0de8bc1771749e53466c43683a3f890 (plain)
1
2
3
4
5
6
7
8
9

#ifndef SUBDIR_TEST
#  error Expected SUBDIR_TEST
#endif

int main(int, char**)
{
  return 0;
}