t / t4018 / cpp-union-definitionon commit alias: use the early config machinery to expand aliases (a9bcf65)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};