t / t4018 / cpp-class-definition-derivedon commit t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh' (0f59128)
   1class RIGHT :
   2        public Baseclass
   3{
   4        int ChangeMe;
   5};