t / t4018 / cpp-union-definitionon commit execv_dashed_external: wait for child on signal death (46df690)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};