t / t4018 / cpp-union-definitionon commit refs/refs-internal.h: new header file (4cb7700)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};