summaryrefslogtreecommitdiff
path: root/Tests/Properties/subdirtest.cxx
blob: 02d8f3d3ff09bb808903a17a6632f4a402ea8b72 (plain)
1
2
3
4
5
6
7
8
9

#ifndef SUBDIR_TEST
#error Expected SUBDIR_TEST
#endif

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