t / t4018 / cpp-union-definitionon commit sha1_file: fix iterating loose alternate objects (b0a4264)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};