Merge tag 'v2.23.0-rc0' of git://git.kernel.org/pub/scm/git/git
[git] / t / t4018 / cpp-skip-access-specifiers
1 class RIGHT : public Baseclass
2 {
3 public:
4 protected:
5 private:
6         void DoSomething();
7         int ChangeMe;
8 };