t / t4018 / cpp-union-definitionon commit am --skip/--abort: merge HEAD/ORIG_HEAD tree into index (3ecc704)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};