t / t4018 / cpp-union-definitionon commit fetch: do not pass ref-prefixes for fetch by exact SHA1 (6c301ad)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};