t / t4018 / cpp-class-definition-derivedon commit send-email: allow multiple emails using --cc, --to and --bcc (b1c8a11)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};