t / t4018 / cpp-union-definitionon commit Add structure representing hash algorithm (f50e766)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};