t / t4018 / cpp-class-constructor-mem-initon commit t5310-pack-bitmaps: fix bogus 'pack-objects to file can use bitmap' test (10c6001)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}