t / t4018 / cpp-skip-access-specifierson commit worktree.c: kill parse_ref() in favor of refs_resolve_ref_unsafe() (fa099d2)
   1class RIGHT : public Baseclass
   2{
   3public:
   4protected:
   5private:
   6        void DoSomething();
   7        int ChangeMe;
   8};