t / t4018 / cpp-union-definitionon commit attr: pass struct attr_check to collect_some_attrs (6bc2e3f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};