t / t4018 / cpp-union-definitionon commit add -p: only bind search key if there's more than one hunk (88f6ffc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};