t / t4018 / cpp-union-definitionon commit show-branch: use DATE_RELATIVE instead of magic number (b7c1e11)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};