t / t4018 / cpp-union-definitionon commit unpack-trees: fix English grammar in do-this-before-that messages (c2691e2)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};