diff options
Diffstat (limited to 'Tests/CompatibleInterface/iface2.cpp')
-rw-r--r-- | Tests/CompatibleInterface/iface2.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CompatibleInterface/iface2.cpp b/Tests/CompatibleInterface/iface2.cpp new file mode 100644 index 000000000..a9b501508 --- /dev/null +++ b/Tests/CompatibleInterface/iface2.cpp @@ -0,0 +1,7 @@ + +#include "iface2.h" + +int Iface2::foo() +{ + return 0; +} |