t / t4018 / cpp-union-definitionon commit completion: add a note that merge options are shared (6d2b06f)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};