t / t4018 / cpp-class-definition-derivedon commit config: avoid calling `labs()` on too-large data type (9dae4fe)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};