t / t4018 / cpp-union-definitionon commit packed-ref cache: forbid dot-components in refnames (f3cc52d)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};