t / t4018 / cpp-union-definitionon commit fetch: use "quick" has_sha1_file for tag following (5827a03)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};