t / t4018 / cpp-union-definitionon commit home_config_paths(): let the caller ignore xdg path (06b2d87)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};