diff --git a/tests/Basic/Basic.h b/tests/Basic/Basic.h index 1ea349f0..487968de 100644 --- a/tests/Basic/Basic.h +++ b/tests/Basic/Basic.h @@ -25,6 +25,9 @@ public: Foo2 operator<<(signed int i); Foo2 operator<<(signed long l); + +protected: + int P; }; struct DLL_API Bar