Merge branch 'maint' of git://github.com/git-l10n/git-po into maint
[git/mingw.git] / t / t4018 / cpp-skip-access-specifiers
blob4d4a9dbb9db5f91cc73a742d5d55faa63fcbe3fd
1 class RIGHT : public Baseclass
3 public:
4 protected:
5 private:
6         void DoSomething();
7         int ChangeMe;
8 };