summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/cvtest.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cvtest.d b/test/cvtest.d
index c5b80a1..5c9c0dd 100644
--- a/test/cvtest.d
+++ b/test/cvtest.d
@@ -30,6 +30,8 @@ class derived_class : public base_class
{
int derived_member;
int a1_1234;
+
+private:
int a2;
int a3;
int a4;