t / t4018 / cpp-union-definitionon commit dir: convert is_excluded_from_list to take an index (fba92be)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};