t / t4018 / cpp-union-definitionon commit ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnames (1a34728)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};