t / t4018 / cpp-class-definition-derivedon commit fsmonitor: teach git to optionally utilize a file system monitor to speed up detecting new or changed files. (883e248)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};