t / t4018 / cpp-union-definitionon commit contrib/subtree: Add merge tests (4f96fcc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};