t / t4018 / cpp-union-definitionon commit format-patch: check that header line has expected format (06dfc9e)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};