t / t4018 / cpp-union-definitionon commit credential-cache: add tests for XDG functionality (612c49e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};