t / t4018 / cpp-union-definitionon commit sha1-name: make sort_ambiguous_oid_array() thread-safe (7cfcb16)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};