t / t4018 / cpp-class-definition-derivedon commit attr: remove maybe-real, maybe-macro from git_attr (60a1272)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};