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