t / t4018 / cpp-union-definitionon commit diff-lib.c: adjust position of i-t-a entries in diff (d95d728)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};