t / t4018 / cpp-union-definitionon commit msvc: mark a variable as non-const (12fb9bd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};