summaryrefslogtreecommitdiff
path: root/Tests/Properties/SubDir/properties3.cxx
blob: 1a27a04d4fb3b342d7daed09c536bf7ead54243a (plain)
1
2
3
4
5
6
7
8
9
#include "properties.h"
#include "properties2.h"

#if defined HAVE_PROPERTIES_H && defined HAVE_PROPERTIES2_H
int main ()
{
  return 0;
}
#endif