summaryrefslogtreecommitdiff
path: root/Tests/Properties/SubDir/properties3.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Properties/SubDir/properties3.cxx')
-rw-r--r--Tests/Properties/SubDir/properties3.cxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/Properties/SubDir/properties3.cxx b/Tests/Properties/SubDir/properties3.cxx
new file mode 100644
index 000000000..1a27a04d4
--- /dev/null
+++ b/Tests/Properties/SubDir/properties3.cxx
@@ -0,0 +1,9 @@
+#include "properties.h"
+#include "properties2.h"
+
+#if defined HAVE_PROPERTIES_H && defined HAVE_PROPERTIES2_H
+int main ()
+{
+ return 0;
+}
+#endif