t / t4018 / cpp-class-definition-derivedon commit apply: file commited with CRLF should roundtrip diff and apply (c24f3ab)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};