summaryrefslogtreecommitdiffstats
path: root/Tests/Properties/SubDir/properties3.cxx
blob: 6d24fbb10284de15bbb430c0b05e019ba7fbe1db (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