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