t / t4018 / cpp-union-definitionon commit t/t5100: no need to use 'echo' command substitutions for globbing (6ffd3ec)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};