t / t4018 / cpp-class-constructor-mem-initon commit t: move 'test_i18ncmp' and 'test_i18ngrep' to 'test-lib-functions.sh' (0f59128)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}