t / t4018 / cpp-union-definitionon commit hashmap.h: compare function has access to a data field (7663cdc)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};