t / t4018 / cpp-skip-access-specifierson commit t5405: use test_must_fail() instead of checking exit code manually (fbd6ef2)
   1class RIGHT : public Baseclass
   2{
   3public:
   4protected:
   5private:
   6        void DoSomething();
   7        int ChangeMe;
   8};