t / t4018 / cpp-union-definitionon commit git-compat-util: move content inside ifdef/endif guards (5c238e2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};