t / t4018 / cpp-union-definitionon commit t0090: make test pass with SHA-256 (b0d3c42)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};