t / t4018 / cpp-union-definitionon commit blame: add a fingerprint heuristic to match ignored lines (1d028dc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};