t / t4018 / cpp-union-definitionon commit t5616: end-to-end tests for partial clone (35a7ae9)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};