t / t4018 / cpp-union-definitionon commit convert: add round trip check based on 'core.checkRoundtripEncoding' (e92d622)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};