t / t4018 / cpp-union-definitionon commit git: add -P as a short option for --no-pager (7213c28)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};