t / t4018 / cpp-union-definitionon commit Fix profile feedback with -jN and add profile-fast (066dd26)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};