t / t4018 / cpp-union-definitionon commit fetch-pack: move code to report unmatched refs to a function (e860d96)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};