diff options
Diffstat (limited to 'Tests/SourcesProperty/prop.cpp')
-rw-r--r-- | Tests/SourcesProperty/prop.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/SourcesProperty/prop.cpp b/Tests/SourcesProperty/prop.cpp new file mode 100644 index 0000000..e343431 --- /dev/null +++ b/Tests/SourcesProperty/prop.cpp @@ -0,0 +1,5 @@ + +int prop() +{ + return 0; +} |