t / t4018 / cpp-union-definitionon commit sha1-file: use loose object cache for quick existence check (61c7711)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};