t / t4018 / cpp-class-constructor-mem-initon commit attr: pass struct attr_check to collect_some_attrs (6bc2e3f)
   1Item::Item(int RIGHT) :
   2        member(0)
   3{
   4        ChangeMe;
   5}