t / t4018 / cpp-union-definitionon commit t4013: test new output from diff --abbrev --raw (c2f1d39)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};