t / t4018 / cpp-union-definitionon commit attr.c: rename arg name attr_nr to avoid shadowing the global one (aa7710e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};