t / t4018 / cpp-union-definitionon commit t3904-stash-patch: factor PERL prereq at the top of the file (798a5b0)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};