t / t4018 / cpp-union-definitionon commit contrib/coccinelle: fix semantic patch for oid_to_hex_r() (76d1567)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};