summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorsagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-08 22:38:42 (GMT)
committersagitario <sagitario@fc51e93f-b9fe-4711-8d8d-3ae870c5f7d8>2009-06-08 22:38:42 (GMT)
commitb7a856759a005b30c998e4272b69d998ea88dc27 (patch)
treeee0ee056f0aafd11dcbdb7090cf93625dbf53b78 /test
parent633225e56bc7f0a3c0446121d36587992607bbbe (diff)
downloadcv2pdb-b7a856759a005b30c998e4272b69d998ea88dc27.zip
cv2pdb-b7a856759a005b30c998e4272b69d998ea88dc27.tar.gz
cv2pdb-b7a856759a005b30c998e4272b69d998ea88dc27.tar.bz2
v0.7: corrected number of field entries in classes or structs
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;