aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/reference.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/reference.cpp')
-rw-r--r--tests/libsample/reference.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/libsample/reference.cpp b/tests/libsample/reference.cpp
new file mode 100644
index 000000000..fb3e78e49
--- /dev/null
+++ b/tests/libsample/reference.cpp
@@ -0,0 +1,11 @@
+#include <iostream>
+#include "reference.h"
+
+using namespace std;
+
+void
+Reference::show() const
+{
+ cout << "Reference.objId: " << m_objId;
+}
+