t / t4018 / cpp-union-definitionon commit sha1-file: close fd of empty file in map_sha1_file_1() (6881925)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};