t / t4018 / cpp-union-definitionon commit headers: normalize the spelling of some header guards (0009d35)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};