t / t4018 / cpp-union-definitionon commit grep/icase: avoid kwsset when -F is specified (793dc67)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};