t / t4018 / cpp-class-constructor-mem-initon commit t3210: add some tests of bogus packed-refs file contents (02a1a42)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}