diff options
Diffstat (limited to 'Tests/SourcesProperty/iface.h')
-rw-r--r-- | Tests/SourcesProperty/iface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/SourcesProperty/iface.h b/Tests/SourcesProperty/iface.h new file mode 100644 index 0000000..6da80a4 --- /dev/null +++ b/Tests/SourcesProperty/iface.h @@ -0,0 +1,4 @@ + +int iface(); + +int prop(); |