summaryrefslogtreecommitdiff
path: root/Tests/SourcesProperty/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/SourcesProperty/main.cpp')
-rw-r--r--Tests/SourcesProperty/main.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/SourcesProperty/main.cpp b/Tests/SourcesProperty/main.cpp
new file mode 100644
index 0000000000..33a97f4bea
--- /dev/null
+++ b/Tests/SourcesProperty/main.cpp
@@ -0,0 +1,7 @@
+
+#include "iface.h"
+
+int main(int argc, char** argv)
+{
+ return iface() + prop();
+}