t / t4018 / cpp-class-definition-derivedon commit grep: move is_fixed() earlier to avoid forward declaration (543f1c0)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};