t / t4018 / cpp-union-definitionon commit checkout.txt: note about losing staged changes with --merge (a7256de)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};