t / t4018 / cpp-union-definitionon commit trace2: use system/global config for default trace2 settings (bce9db6)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};